https://devlaravel.imosver.com/en/libros/estructuras-de-datos-dinamicas-00101835020010183502ESTRUCTURAS DE DATOS DINÁMICAS26.51Las estructuras de datos son importantes en el desarrollo de aplicaciones informáticas. Cuando se construyen los primeros programas, es decir, programas pequeños y sencillos, se piensa directamente enhttps://static.arnoia.com/imagenes_small/9788499/978849964721.jpgLibrosLibros/INFORMATICASin stockRA-MA000https://static.arnoia.com/imagenes_small/9788499/978849964721.jpg27.951.392017/11/119788499647210Pantoja, Libardo;Pardo, CésarLibrosaño_2017idioma_SpanishCformato_Tapa blanda o Bolsilloautor_Pantoja, Libardo;Pardo, Césarsaga_INFORMÁTICA
Artículo
ESTRUCTURAS DE DATOS DINÁ
Pantoja Libardo;Pardo Cés
RA-MA
INFORMATICA
? Cookie Notice
We use cookies to ensure you get the best experience on our website.
Read cookie policy.
? Manage cookie preferences
This type of cookie allows the user to browse a website, platform, or application and to use the different options or services that exist on it.
imosver_session
Description
Essential first-party cookie. It keeps your session identified while you browse: your basket, your language and access to your account. The website cannot work without it.
Duration
120 minutes
Dependencies
Domain
imosver.com
OCT8NE
Description
This cookie is used for the proper functioning of the Oct8ne Chat to provide customer support service to the user.
These are those that enable the tracking and analysis of user behavior on our website. The information collected is used to measure user activity on the website and to create user browsing profiles.
_clsk
Description
It records statistical data about the visitor's behavior on the website. This is used for internal analysis by the website operator.
Duration
1 days
Dependencies
Domain
imosver.com
logglytrackingsession
Description
Identifies and records the user session for analytical purposes.
Duration
Session
Dependencies
Domain
.imosver.com
GOOGLE_ANALYTICS
Description
Records a unique identifier that is used to generate statistical data about how the visitor uses the website.
Duration
1 year
Dependencies
Domain
.imosver.com
_clck
Description
Microsoft Clarity first-party cookie. It stores an anonymous browser identifier so that visits to this website can be attributed to the same user and usage statistics can be produced.
Duration
1 year
Dependencies
Domain
imosver.com
CLID
Description
Microsoft Clarity third-party cookie. It identifies the first time Clarity detects this browser on any website using the service.
Duration
1 year
Dependencies
Domain
clarity.ms
_ga
Description
Google Analytics cookie. It stores an anonymous browser identifier in order to distinguish users and produce website usage statistics.
Duration
2 year
Dependencies
Domain
.imosver.com
_ga_LZR660YW0M
Description
Google Analytics 4 cookie. It keeps the analytics session state so that visits and the journey through the website can be measured.
Duration
2 year
Dependencies
Domain
.imosver.com
These are the ones that allow us to adapt the navigation on our website to your preferences (e.g., language, browser used, etc.).
_fbp
Description
Used by Facebook to offer a series of advertising products, such as real-time bids from third-party advertisers.
Duration
3 month
Dependencies
Domain
.imosver.com
afiliado
Description
First-party affiliate programme cookie. It stores for 30 days the code of the affiliate that brought you to the website, so that the sale can be attributed to them.
Duration
1 month
Dependencies
Domain
imosver.com
MUID
Description
Microsoft third-party cookie. It identifies unique browsers visiting Microsoft sites and is used for advertising, analytics and other operational purposes.
Duration
1 year
Dependencies
Domain
clarity.ms
ANONCHK
Description
Microsoft third-party cookie. It indicates whether the MUID identifier is transferred to ANID, a cookie used for advertising purposes.
Duration
10 minutes
Dependencies
Domain
clarity.ms
MR
Description
Microsoft third-party cookie. It indicates whether the MUID identifier must be refreshed.
Duration
7 days
Dependencies
Domain
clarity.ms
SM
Description
Microsoft third-party cookie. It synchronises the MUID identifier across Microsoft domains.
Duration
Session
Dependencies
Domain
clarity.ms
_fbc
Description
Meta cookie. It stores the identifier of the Facebook or Instagram advert you arrived from, in order to attribute the visit to that advertising campaign.
Duration
3 month
Dependencies
Domain
.imosver.com
_gcl_au
Description
Google Ads cookie. It records a visit coming from an advert so that advertising campaign conversions can be measured.
Duration
3 month
Dependencies
Domain
.imosver.com
_uetsid
Description
Microsoft Advertising cookie. It identifies your browsing session in order to measure conversions from Bing advertising campaigns.
Duration
1 days
Dependencies
Domain
.imosver.com
_uetvid
Description
Microsoft Advertising cookie. It identifies your browser across visits in order to measure conversions from Bing advertising campaigns.
Las estructuras de datos son importantes en el desarrollo de aplicaciones informáticas. Cuando se construyen los primeros programas, es decir, programas pequeños y sencillos, se piensa directamente en la escritura del código. Sin embargo, conforme los programas se hacen más largos y complejos, es necesario, poner atención a otros aspectos del software además de la codificación. Si se es un profesional del software, se requiere trabajar como parte de un equipo que desarrolla un sistema que contiene miles o incluso millones de líneas de código. En estos escenarios temas como la programación orientada a objetos, patrones de diseño, el proceso de desarrollo, buenas prácticas de programación, buenas prácticas de comunicación, ciclos de vida del software y, por supuesto, estructuras de datos adecuadas que manipulen los datos, cobran vital importancia. Las aplicaciones actuales son complejas y se escriben en capas, donde cada capa maneja un tipo de lógica específica. Los datos son una capa importante en cualquier aplicación, y su manipulación adecuada depende de las estructuras de datos que utilicemos. Este libro enseña de manera didáctica las estructuras de datos dinámicas lineales y no lineales: pilas, colas, listas, árboles y grafos. Se utiliza un pensamiento abstracto para estudiar cada estructura de datos, por ello se propone el TAD (Tipo Abstracto de Datos), su implementación y la resolución de problemas reales donde se pone en uso las estructuras de datos. El libro utiliza un paradigma orientado a objetos y ejemplos de implementaciones en lenguaje Java. Los algoritmos que manipulan dichas estructuras de datos también son tenidos en cuenta desde el punto de vista de la complejidad computacional. Por ello, en sus primeros capítulos se introduce en las técnicas básicas de análisis de algoritmos para calcular la eficiencia de los algoritmos. El libro contribuye a la formación de estudiantes de ingeniería de sistemas, ingeniería informática y profesionales afines, que se inician en el fascinante mundo de la construcción de aplicaciones orientadas a objetos de mayor complejidad.